Changes the internal Modified property of a document.
Syntax
SetModified(ModifiedDate As Date)
Parameters
Name
Description
ModifiedDate
The date to set for the Modified property.
Remarks
This method can be useful in DocProjectCopy_*ReleaseToMaster event procedures when a project copy is released as a new master document but the document has no content, such as asset tags. Setting the Modified property of a project copy causes to consider the document as changed and the master document is replaced.